Public Overloads Sub ChangeRemoteAuthenticationPassword( _
ByVal As IPEndPoint, _
ByVal () As Byte, _
ByVal () As Byte _
)
Dim instance As User
Dim target As IPEndPoint
Dim authenticationPassword() As Byte
Dim engineId() As Byte
instance.ChangeRemoteAuthenticationPassword(target, authenticationPassword, engineId)
public void ChangeRemoteAuthenticationPassword(
IPEndPoint ,
byte[] ,
byte[]
)
public: void ChangeRemoteAuthenticationPassword(
IPEndPoint* ,
byte[]* ,
byte[]*
)
public:
void ChangeRemoteAuthenticationPassword(
IPEndPoint^ ,
array<byte>^ ,
array<byte>^
)